home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TOS Silver 2000
/
TOS Silver 2000.iso
/
programm
/
AGNUS
/
SRC
/
OC_TEST
/
MODULE.I
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1993-10-22
|
251 b
|
21 lines
/*
module.i -- This file contains the applications classes
*/
$classes
Cstr, Pstr
$
/* The two types Cstr and Pstr are of fixed size and
therefore not very usefull. */
$dat Cstr
Char value[250];
$
$dat Pstr
Int len;
Char value[250];
$